home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / specdisk.arc / HELP.TXT < prev    next >
Text File  |  1991-10-30  |  2KB  |  32 lines

  1.  
  2. NET STRING{/LEFT=n}{/RIGHT=n} variable string1 {string2}
  3.  Assigns a string to an environment variable optionally extracting a range
  4.  of characters from the string.  When two string are specified they are first
  5.  concatinated before any characters are extracted.
  6.  
  7.     /LEFT=n     Left (1 based) index to begin extraction.  Negative index
  8.          denotes backward indexing.
  9.     /RIGHT=n     Right (1 based) index to end extraction.  Negative index
  10.          denotes backward indexing.
  11.     variable     Pre-existing environment variable to receive string.
  12.     string1     String to assign to environment variable.
  13.     string2     Option second string to concatinate after string2
  14.  
  15.  Special strings available:
  16.  
  17.      ?"prompt"          Prompts for input with echo.  Expands to typed input.
  18.      ^"prompt"        Prompts for input with no echo.  Expands to typed input.
  19.      !"DATE"          Expands to the current date
  20.      !"DIRECTORY"     Expands to current disk and directory
  21.      !"ETEXT=n"       Expands to error text associated with error number n
  22.      !"FILE=pathname" Expands to the first line contained in the file.
  23.      !"INSTALLED"     Expands to characters corresponding to installed
  24.               programs (NRSP).
  25.                       N=NETBIOS  R=REDIR  S=SERVER  P=LANPUP -=Not installed
  26.      !"LOGIN=server"  Expands to TRUE if logged in to server, otherwise it
  27.               expands to FALSE.
  28.      !"NODEID"        Expands to the current 12 digit NETBIOS node number
  29.      !"MACHINEID"     Expands to the machine name
  30.      !"PROGRAM"       Expands to the full path of the NET program
  31.      !"TIME"          Expands to the current time
  32.